home *** CD-ROM | disk | FTP | other *** search
- *(C) Lightsoft 1995/1996.
- ******General useage imports def.
- **This file should be the last .def to be included, so that the IFND directives
- **can take effect.
- **7th Dec. 1995.
- if PPC
- **INIT
- ifnd InitGraf
- import InitGraf
- endc
-
- ifnd InitFonts
- import InitFonts
- endc
-
- ifnd InitWindows
- import InitWindows
- endc
-
- ifnd InitMenus
- import InitMenus
- endc
-
- ifnd TEInit
- import TEInit
- endc
-
- ifnd InitDialogs
- import InitDialogs
- endif
-
- ifnd InitCursor
- import InitCursor
- endif
-
- **Dialogs
- ifnd Alert
- IMPORT Alert
- endif
-
- ifnd newDialog
- IMPORT NewDialog
- endif
-
- ifnd GetnewDialog
- IMPORT GetNewDialog
- endif
-
- ifnd
- IMPORT CloseDialog
- endif
-
- ifnd DisposeDialog
- IMPORT DisposeDialog
- endif
- ifnd ParamText
- IMPORT ParamText
- endif
-
- ifnd ModalDialog
- IMPORT ModalDialog
- endif
-
- ifnd DialogSelect
- IMPORT DialogSelect
- endif
-
- ifnd DrawDialog
- IMPORT DrawDialog
- endif
-
- ifnd UpdateDialog
- IMPORT UpdateDialog
- endif
-
- **Time
- ifnd ReadDateTime
- IMPORT ReadDateTime
- endif
-
- ifnd GetDateTime
- IMPORT GetDateTime
- endif
-
- ifnd GetTime
- IMPORT GetTime
- endif
-
- ifnd SecondsToDate
- IMPORT SecondsToDate
- endif
-
- ifnd SysBeep
- IMPORT SysBeep
- endif
-
- **Debugger
- ifnd Debugger
- IMPORT Debugger
- endif
-
- ifnd DebugStr
- IMPORT DebugStr
- endif
-
- **Windows
- ifnd GetNewWindow
- IMPORT GetNewWindow
- endif
-
- ifnd GetNewCWindow
- IMPORT GetNewCWindow
- endif
-
- ifnd ShowWindow
- IMPORT ShowWindow
- endif
-
- ifnd CloseWindow
- IMPORT CloseWindow
- endif
-
- ifnd DisposeWindow
- IMPORT DisposeWindow
- endif
-
- endif
-